home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / only1.arc / ONLY1.DOC < prev    next >
Text File  |  1990-03-14  |  2KB  |  48 lines

  1.                            ONLY1.SHP
  2.  
  3. ONLY1.SHP is a shared program which can be used with version 2.26 
  4. of DESQview or above.  It sets up a DESQview mailbox and will 
  5. prevent the opening of the same program or another program which 
  6. is running ONLY1.SHP with the same mailbox name.
  7.  
  8. The reason you might want to use ONLY1.SHP is that you may have a 
  9. program that has problems when more than one copy is run 
  10. concurrently.  Or, you have two or more programs which would 
  11. conflict with each other over the use of a file or hardware 
  12. device if run concurrently.  
  13.  
  14. For instance you might be running a database that does not have 
  15. any multi-user facilites to lock a record or field, which may get 
  16. confused if two copies of the program are opened.  In another 
  17. instance, you might have two different programs that use 
  18. the same serial port.  By using ONLY1.SHP, you can prevent a
  19. program from opening and taking the port away from another 
  20. program that is using it.
  21.  
  22. In order to use ONLY1.SHP, you put the ONLY1.SHP driver in 
  23. the DESQview directory and specify the program in the shared
  24. program field in Change a Program.  The name of the mailbox you want 
  25. specify is put in the Data field.  An example would be as follows:
  26. ------------------------------------------------------------------
  27.                                Shared Program
  28. Pathname..: only1.shp    
  29. Data......: DataBase
  30. ------------------------------------------------------------------
  31.  
  32. If you were to configure your DataBase program as shown above, the first
  33. copy would open normally, but if you tried to open a second copy with the 
  34. first still open, you would get an error message as follows:
  35.  ______________________________
  36. |                              |
  37. | Only 1 copy of this program  |
  38. | can be run at a time ...     |
  39. | (DataBase)                   |
  40. |______________________________|
  41.  
  42. At this point, you have to hit ESC and the window will be aborted.
  43.  
  44.         Copyright (C) 1990 by Quarterdeck Office Systems
  45.              * * *   E N D   O F   F I L E    * * * 
  46.  
  47.  
  48.